Festivals
SB OPEN AIRS
Auch im Sommer 2026 lädt Saarevent wieder zu den Open Airs vorm E Werk ein - los geht es am 10. Juli.
fill in Festival
'fill in − International Jazz Festival Saar’ bringt im Sommer internationale Weltstars sowie aufstrebende Talente einer neuen Generation des Jazz nach Saarbrücken.
Altstadtfest
Vorfreude auf das Sommer-Highlight. Das Altstadtfest 2026 findet von Freitag, 3. Juli, bis Sonntag, 4. Juli, statt.
Die Muschel rockt
Die beliebte Konzertreihe "Die Muschel rockt" bringt von Juni bis September Live-Musik in den Deutsch-Französischen Garten.
Sonntags ans Schloss
Die Reihe lud von Juni bis August zu kostenlosen Matinées, Soirées und Kindervorstellungen ans Saarbrücker Schloss.
Saarbrücker Sommermusik
Mehr als 20 Konzerte an 13 verschiedenen Veranstaltungsstätten: Die Landeshauptstadt lud im August und September zur Sommermusik ein.
Musikfestspiele Saar
Die Musikfestspiele Saar sind eine Biennale, die seit 1989 jeweils die Musikkultur eines europäischen Landes präsentiert.
Festival Primeurs
Die Jubiläumsausgabe Festival Primeurs mit PRIX PRIMEURS findet statt vom 25.bis 28. November 2026.
Filmfestival Max Ophüls Preis
Die 47. Ausgabe des Filmfestivals Max Ophüls Preis fand vom 19. bis 25. Januar 2026 statt.
Tanzfestival Saar
Unter künstlerischer Leitung von Stijn Celis werden Saarbrücken und die Region alle zwei Jahre zum Zentrum des zeitgenössischen Tanzes. Letzte Ausgabe: März 2026
Jazz ist in Saarbrücken ein wesentlicher Bestandteil der kulturellen Szene. Die Reihe läuft von Oktober bis April.
Tage Alter Musik
Vom 27. April bis zum 3. Mai fand das Festival Tage Alter Musik Im Saarland statt.
Perspectives ist das einzige deutsch-französische Festival der Bühnenkunst. Es findet jährlich zu Pfingsten statt.
Von Oktober 2025 bis Juni 2026 präsentierte die Konzertreihe SKM internationale Weltklasse-Ensembles mit einem breitgefächerten Programm von der Renaissance bis zur Gegenwart.
FÊTE DE LA MUSIQUE
Saarbrücken feierte den Sommeranfang - jedes Jahr um den 21. Juni mit zahlreichen kostenlosen Konzerten überall in der Stadt
Kohana_Exception [ 0 ]:
MODPATH/synergy/core/classes/ORM.php [ 291 ]
286 //$val = $this->pk();
287 }
288
289 return $model->where($col, '=', $val);
290 } else {
291 throw new Kohana_Exception(
292 'The :property property does not exist in the :class class',
293 [':property' => $column, ':class' => get_class($this)]
294 );
295 }
296 }
-
MODPATH/koseven/koseven/modules/orm/classes/Kohana/ORM.php [ 628 ] » ORM->get(arguments)
0string(8) "icon_alt"623 * @param string $column Column name 624 * @return mixed 625 */ 626 public function __get($column) 627 { 628 return $this->get($column); 629 } 630 631 /** 632 * Handles getting of column 633 * Override this method to add custom get behavior -
DOCROOT/modules/_base/classes/Model/Base.php [ 11 ] » Kohana_ORM->__get(arguments)
0string(8) "icon_alt"6 7 $method = '_get' . ucfirst($column); 8 if (method_exists($this, $method)) { 9 return $this->$method(); 10 } 11 return parent::__get($column); 12 } 13 } -
DOCROOT/modules/_base/classes/Controller/Frontend/Component/Icon/Box.php [ 71 ] » Model_Base->__get(arguments)
0string(8) "icon_alt"66 67 $boxes[] = [ 68 'headline' => $entry->headline, 69 'short_text' => $entry->short_text, 70 'icon_name' => $entry->icon_name, 71 'icon_alt' => $entry->icon_alt, 72 'file_name' => $svg_web_dir . '/' . $entry->icon_name . '.svg', 73 'link' => $link_payload, 74 ]; 75 } 76 return $boxes; -
DOCROOT/modules/_base/classes/Controller/Frontend/Component/Icon/Box.php [ 12 ] » Controller_Frontend_Component_Icon_Box->_get_data()
7 8 public $template = 'frontend/component/icon/box'; 9 protected $_component_model = 'Component_Icon_Box'; 10 11 function action_html() { 12 $boxes = $this->_get_data(); 13 // erster wert fallback für keine gültigen boxen 14 $sizemapper = array(6, 6, 6, 4, 3); 15 16 $this->template->boxes = $boxes; 17 $this->template->box_size = $sizemapper[count($boxes)]; -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Frontend_Component_Icon_Box->action_html()
79 [':uri' => $this->request->uri()] 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response -
MODPATH/synergy/core/classes/Controller/Motor/Frontend/Template.php [ 161 ] » Kohana_Controller->execute()
156 if ($this->check_component_cache() === TRUE) 157 { 158 return $this->response; 159 } 160 161 return parent::execute(); 162 } 163 164 /** 165 * Assigns the template [View] as the request response. 166 */ -
{PHP internal call} » Controller_Motor_Frontend_Template->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Frontend_Component_Icon_Box(15)
{ public request => object Request(20){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(27) "Frontend_Component_Icon_Box" protected _action => string(4) "html" protected _uri => string(38) "Frontend_Component_Icon_Box/html/37388" protected _external => bool FALSE protected _params => array(2) ( "id" => string(5) "37388" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(4) ( "fax:+49 681 905" => string(4) "4956" "layout" => array(2) ( "content" => array(8) ( 1940004 => array(1) ( 0 => array(2) ( "id" => integer 1940004 "component" => string(18) "Component_Card_Row" ) ) 1940005 => array(1) ( 0 => array(2) ( "id" => integer 1940005 "component" => string(18) "Component_Card_Row" ) ) 1940006 => array(1) ( 0 => array(2) ( "id" => integer 1940006 "component" => string(18) "Component_Card_Row" ) ) 1940007 => array(1) ( 0 => array(2) ( "id" => integer 1940007 "component" => string(18) "Component_Card_Row" ) ) 1940008 => array(1) ( 0 => array(2) ( "id" => integer 1940008 "component" => string(18) "Component_Card_Row" ) ) 1940009 => array(1) ( 0 => array(2) ( "id" => integer 1940009 "component" => string(18) "Component_Card_Row" ) ) 1940003 => array(1) ( 0 => array(2) ( "id" => integer 1940003 "component" => string(18) "Component_Card_Row" ) ) 1940002 => array(1) ( 0 => array(2) ( "id" => integer 1940002 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1940001 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1940002 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(4) ( "fax:+49 681 905" => string(4) "4956" "layout" => array(2) ( "content" => array(8) ( 1940004 => array(1) ( 0 => array(2) ( "id" => integer 1940004 "component" => string(18) "Component_Card_Row" ) ) 1940005 => array(1) ( 0 => array(2) ( "id" => integer 1940005 "component" => string(18) "Component_Card_Row" ) ) 1940006 => array(1) ( 0 => array(2) ( "id" => integer 1940006 "component" => string(18) "Component_Card_Row" ) ) 1940007 => array(1) ( 0 => array(2) ( "id" => integer 1940007 "component" => string(18) "Component_Card_Row" ) ) 1940008 => array(1) ( 0 => array(2) ( "id" => integer 1940008 "component" => string(18) "Component_Card_Row" ) ) 1940009 => array(1) ( 0 => array(2) ( "id" => integer 1940009 "component" => string(18) "Component_Card_Row" ) ) 1940003 => array(1) ( 0 => array(2) ( "id" => integer 1940003 "component" => string(18) "Component_Card_Row" ) ) 1940002 => array(1) ( 0 => array(2) ( "id" => integer 1940002 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1940001 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1940002 "_container" => string(7) "content" ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)public template => object View(2){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(65) "/var/www/html/modules/_base/views/frontend/component/icon/box.tpl" protected _data => array(0) }public auto_render => bool TRUE protected _lifetime => integer 0 protected _cache => NULL protected _cache_namespace => string(0) "" protected _driver => bool FALSE protected _enabled => bool FALSE protected _component_model => string(18) "Component_Icon_Box" protected _component_data => object stdClass(17){ public id => integer 37388 public icon_name_1 => string(5) "heart" public headline_1 => string(22) "Veranstaltungskalender" public short_text_1 => string(99) "<p>Mehr Termine aus den Bereichen Kultur, Freizeit und Sport in Saarbrücken gibt es hier.</p> " public icon_name_2 => string(4) "star" public headline_2 => string(15) "Konzertkalender" public short_text_2 => string(120) "<p>Rock, Pop, Liedermacher oder Klassik - der Konzertkalender gibt eine Übersicht mit Live-Musik aller Genres.</p> " public icon_name_3 => string(0) "" public headline_3 => string(0) "" public short_text_3 => string(0) "" public icon_name_4 => string(0) "" public headline_4 => string(0) "" public short_text_4 => string(0) "" public updated_at => NULL public created_at => string(19) "2026-06-09 11:51:08" public block_id => integer 1940002 public original_record => object Model_Component_Icon_Box(45)protected _data => array(0) protected _data_loaded => bool FALSE protected _fractalizer => object Fractalizer(4){ protected _has_one => array(0) protected _belongs_to => array(1) ( "block" => array(2) ( "foreign_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) protected _has_many => array(1) ( "entries" => array(4) ( "foreign_key" => string(12) "component_id" "through" => NULL "far_key" => string(8) "entry_id" "model" => string(24) "Component_Icon_Box_Entry" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(16) ( "id" => integer 37388 "icon_name_1" => string(5) "heart" "headline_1" => string(22) "Veranstaltungskalender" "short_text_1" => string(99) "<p>Mehr Termine aus den Bereichen Kultur, Freizeit und Sport in Saarbrücken gibt es hier.</p> " "icon_name_2" => string(4) "star" "headline_2" => string(15) "Konzertkalender" "short_text_2" => string(120) "<p>Rock, Pop, Liedermacher oder Klassik - der Konzertkalender gibt eine Übersicht mit Live-Musik aller Genres.</p> " "icon_name_3" => string(0) "" "headline_3" => string(0) "" "short_text_3" => string(0) "" "icon_name_4" => string(0) "" "headline_4" => string(0) "" "short_text_4" => string(0) "" "updated_at" => NULL "created_at" => string(19) "2026-06-09 11:51:08" "block_id" => integer 1940002 ) protected _changed => array(0) protected _original_values => array(16) ( "id" => integer 37388 "icon_name_1" => string(5) "heart" "headline_1" => string(22) "Veranstaltungskalender" "short_text_1" => string(99) "<p>Mehr Termine aus den Bereichen Kultur, Freizeit und Sport in Saarbrücken gibt es hier.</p> " "icon_name_2" => string(4) "star" "headline_2" => string(15) "Konzertkalender" "short_text_2" => string(120) "<p>Rock, Pop, Liedermacher oder Klassik - der Konzertkalender gibt eine Übersicht mit Live-Musik aller Genres.</p> " "icon_name_3" => string(0) "" "headline_3" => string(0) "" "short_text_3" => string(0) "" "icon_name_4" => string(0) "" "headline_4" => string(0) "" "short_text_4" => string(0) "" "updated_at" => NULL "created_at" => string(19) "2026-06-09 11:51:08" "block_id" => integer 1940002 ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "component_icon_box" protected _object_plural => string(20) "component_icon_boxes" protected _table_name => string(20) "component_icon_boxes" protected _table_columns => array(16) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "icon_name_1" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "icon_name_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline_1" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "headline_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_text_1" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "short_text_1" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "icon_name_2" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "icon_name_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline_2" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "headline_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_text_2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "short_text_2" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "icon_name_3" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "icon_name_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline_3" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "headline_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_text_3" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "short_text_3" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "icon_name_4" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "icon_name_4" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline_4" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "headline_4" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "short_text_4" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "short_text_4" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "block_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(8) "block_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 37388 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)}{ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "component_icon_box" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _manager => object League\Fractal\Manager(5)public container => string(7) "content" }{ protected requestedIncludes => array(0) protected includeParams => array(0) protected paramDelimiter => string(1) "|" protected recursionLimit => integer 10 protected serializer => NULL }protected _resource => NULL protected _includes => array(0) protected _serializer => string(23) "Fractal_ArraySerializer" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(27) "Frontend_Component_Icon_Box" protected _action => string(4) "html" protected _uri => string(38) "Frontend_Component_Icon_Box/html/37388" protected _external => bool FALSE protected _params => array(2) ( "id" => string(5) "37388" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(4) ( "fax:+49 681 905" => string(4) "4956" "layout" => array(2) ( "content" => array(8) ( 1940004 => array(1) ( 0 => array(2) ( "id" => integer 1940004 "component" => string(18) "Component_Card_Row" ) ) 1940005 => array(1) ( 0 => array(2) ( "id" => integer 1940005 "component" => string(18) "Component_Card_Row" ) ) 1940006 => array(1) ( 0 => array(2) ( "id" => integer 1940006 "component" => string(18) "Component_Card_Row" ) ) 1940007 => array(1) ( 0 => array(2) ( "id" => integer 1940007 "component" => string(18) "Component_Card_Row" ) ) 1940008 => array(1) ( 0 => array(2) ( "id" => integer 1940008 "component" => string(18) "Component_Card_Row" ) ) 1940009 => array(1) ( 0 => array(2) ( "id" => integer 1940009 "component" => string(18) "Component_Card_Row" ) ) 1940003 => array(1) ( 0 => array(2) ( "id" => integer 1940003 "component" => string(18) "Component_Card_Row" ) ) 1940002 => array(1) ( 0 => array(2) ( "id" => integer 1940002 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1940001 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1940002 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(4) ( "fax:+49 681 905" => string(4) "4956" "layout" => array(2) ( "content" => array(8) ( 1940004 => array(1) ( 0 => array(2) ( "id" => integer 1940004 "component" => string(18) "Component_Card_Row" ) ) 1940005 => array(1) ( 0 => array(2) ( "id" => integer 1940005 "component" => string(18) "Component_Card_Row" ) ) 1940006 => array(1) ( 0 => array(2) ( "id" => integer 1940006 "component" => string(18) "Component_Card_Row" ) ) 1940007 => array(1) ( 0 => array(2) ( "id" => integer 1940007 "component" => string(18) "Component_Card_Row" ) ) 1940008 => array(1) ( 0 => array(2) ( "id" => integer 1940008 "component" => string(18) "Component_Card_Row" ) ) 1940009 => array(1) ( 0 => array(2) ( "id" => integer 1940009 "component" => string(18) "Component_Card_Row" ) ) 1940003 => array(1) ( 0 => array(2) ( "id" => integer 1940003 "component" => string(18) "Component_Card_Row" ) ) 1940002 => array(1) ( 0 => array(2) ( "id" => integer 1940002 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1940001 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1940002 "_container" => string(7) "content" ) }1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(27) "Frontend_Component_Icon_Box" protected _action => string(4) "html" protected _uri => string(38) "Frontend_Component_Icon_Box/html/37388" protected _external => bool FALSE protected _params => array(2) ( "id" => string(5) "37388" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(4) ( "fax:+49 681 905" => string(4) "4956" "layout" => array(2) ( "content" => array(8) ( 1940004 => array(1) ( 0 => array(2) ( "id" => integer 1940004 "component" => string(18) "Component_Card_Row" ) ) 1940005 => array(1) ( 0 => array(2) ( "id" => integer 1940005 "component" => string(18) "Component_Card_Row" ) ) 1940006 => array(1) ( 0 => array(2) ( "id" => integer 1940006 "component" => string(18) "Component_Card_Row" ) ) 1940007 => array(1) ( 0 => array(2) ( "id" => integer 1940007 "component" => string(18) "Component_Card_Row" ) ) 1940008 => array(1) ( 0 => array(2) ( "id" => integer 1940008 "component" => string(18) "Component_Card_Row" ) ) 1940009 => array(1) ( 0 => array(2) ( "id" => integer 1940009 "component" => string(18) "Component_Card_Row" ) ) 1940003 => array(1) ( 0 => array(2) ( "id" => integer 1940003 "component" => string(18) "Component_Card_Row" ) ) 1940002 => array(1) ( 0 => array(2) ( "id" => integer 1940002 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1940001 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1940002 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(4) ( "fax:+49 681 905" => string(4) "4956" "layout" => array(2) ( "content" => array(8) ( 1940004 => array(1) ( 0 => array(2) ( "id" => integer 1940004 "component" => string(18) "Component_Card_Row" ) ) 1940005 => array(1) ( 0 => array(2) ( "id" => integer 1940005 "component" => string(18) "Component_Card_Row" ) ) 1940006 => array(1) ( 0 => array(2) ( "id" => integer 1940006 "component" => string(18) "Component_Card_Row" ) ) 1940007 => array(1) ( 0 => array(2) ( "id" => integer 1940007 "component" => string(18) "Component_Card_Row" ) ) 1940008 => array(1) ( 0 => array(2) ( "id" => integer 1940008 "component" => string(18) "Component_Card_Row" ) ) 1940009 => array(1) ( 0 => array(2) ( "id" => integer 1940009 "component" => string(18) "Component_Card_Row" ) ) 1940003 => array(1) ( 0 => array(2) ( "id" => integer 1940003 "component" => string(18) "Component_Card_Row" ) ) 1940002 => array(1) ( 0 => array(2) ( "id" => integer 1940002 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1940001 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1940002 "_container" => string(7) "content" ) }78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
DOCROOT/modules/_base/classes/Helper/Page.php [ 371 ] » Request->execute()
366 // Does the component have a valid frontend controller? 367 if (class_exists('Controller_Frontend_' . $block->component)) { 368 return Request::factory( 369 $request_uri, 370 ['callback_params' => $callback_params] 371 )->execute(); 372 } else { 373 Log::instance()->add( 374 Log::WARNING, 375 'Failed to access component Controller_Frontend_' 376 . $block->component -
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php [ 720 ] » Helper_Page::execute_subrequest(arguments)
0object Model_Page_Version_Block(45)
{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940002 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Icon_Box" "position" => integer 8 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940002 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Icon_Box" "position" => integer 8 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940002 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }1array(4) ( "fax:+49 681 905" => string(4) "4956" "layout" => array(2) ( "content" => array(8) ( 1940004 => array(1) ( 0 => array(2) ( "id" => integer 1940004 "component" => string(18) "Component_Card_Row" ) ) 1940005 => array(1) ( 0 => array(2) ( "id" => integer 1940005 "component" => string(18) "Component_Card_Row" ) ) 1940006 => array(1) ( 0 => array(2) ( "id" => integer 1940006 "component" => string(18) "Component_Card_Row" ) ) 1940007 => array(1) ( 0 => array(2) ( "id" => integer 1940007 "component" => string(18) "Component_Card_Row" ) ) 1940008 => array(1) ( 0 => array(2) ( "id" => integer 1940008 "component" => string(18) "Component_Card_Row" ) ) 1940009 => array(1) ( 0 => array(2) ( "id" => integer 1940009 "component" => string(18) "Component_Card_Row" ) ) 1940003 => array(1) ( 0 => array(2) ( "id" => integer 1940003 "component" => string(18) "Component_Card_Row" ) ) 1940002 => array(1) ( 0 => array(2) ( "id" => integer 1940002 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1940001 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1940002 "_container" => string(7) "content" )
715 $this->template->content->{$block->container} .= 716 $snippet->render_html($callback_params); 717 } 718 } else { 719 $this->template->content->{$block->container} .= 720 Helper_Page::execute_subrequest($block, $this->_callback_params); 721 } 722 } 723 } 724 725 /** -
DOCROOT/modules/_base/classes/Controller/Page.php [ 464 ] » Controller_Motor_Page->render_html()
459 } 460 } 461 462 $this->_callback_params['layout'] = $layout; 463 464 parent::render_html(); 465 } 466 467 function calculate_breaks_by_grid($container_blocks, $breaking_components, $max_width = 12) 468 { 469 $current_width = 0; -
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php [ 634 ] » Controller_Page->render_html()
629 ->order_by('position', 'ASC') 630 ->find_all(); 631 632 switch ($this->_renderer) { 633 case 'html': 634 $this->render_html(); 635 break; 636 case 'json': 637 $this->render_json(); 638 break; 639 } -
DOCROOT/modules/_base/classes/Controller/Page.php [ 227 ] » Controller_Motor_Page->action_index()
222 $this->generateRootSlug(); 223 224 $this->template->set_global('share_payload', base64_encode(urlencode(json_encode([$this->_page->name, $this->request->detect_uri()])))); 225 $this->template->set_global('weather', Helper_Weather::get_weather()); 226 227 parent::action_index(); 228 } 229 230 /** 231 * Runs after the action is executed. 232 * -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Page->action_index()
79 [':uri' => $this->request->uri()] 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Page(19)
{ public request => object Request(20){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(37) "kultur/festivals/fax:+49 681 905-4956" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(37) "kultur/festivals/fax:+49 681 905-4956" "language_iso_639_1" => string(2) "de" "page_version_id" => integer 321551 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)public template => object View(2){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(51) "/var/www/html/vendor/synergy/core/views/./empty.tpl" protected _data => array(1) ( "content" => object View(2)public auto_render => bool TRUE public view_prefix => string(5) "page/" protected _renderer => string(4) "html" protected _domain => NULL protected _client => object Model_Client(45){ protected _file => string(50) "/var/www/html/modules/_base/views/page/default.tpl" protected _data => array(1) ( "content" => string(26692) "<section class="cmp columns grid-container"> <div class="grid-x grid-margin-x grid-margin-y small-up-1 medium-up-2 large-u …" ) }) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _has_many => array(6) ( "languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(16) "client_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "active_languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(23) "client_active_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "accessable_clients" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(14) "client_clients" "far_key" => string(20) "accessable_client_id" "model" => string(6) "Client" ) "default_pages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(15) "default_page_id" "model" => string(19) "Client_Default_Page" ) "plugins" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(9) "plugin_id" "model" => string(19) "Clientshariffplugin" ) "users" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(12) "client_users" "far_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(21) ( "id" => integer 50 "name" => string(29) "Landeshauptstadt Saarbrücken" "slug" => string(17) "saarbruecken_2019" "is_active" => integer 1 "enable_varnish" => integer 1 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2019-06-17 14:53:36" "updated_at" => string(19) "2024-07-02 09:56:12" "social_media_url_1" => string(42) "https://www.instagram.com/saarbruecken.de/" "social_media_url_2" => string(41) "https://www.facebook.com/saarbruecken.de/" "social_media_url_3" => string(55) "https://www.youtube.com/user/StadtSaarbruecken/featured" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 1 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(0) "" "contact_phone" => string(0) "" "hide_data_correction" => integer 0 ) protected _changed => array(0) protected _original_values => array(21) ( "id" => integer 50 "name" => string(29) "Landeshauptstadt Saarbrücken" "slug" => string(17) "saarbruecken_2019" "is_active" => integer 1 "enable_varnish" => integer 1 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2019-06-17 14:53:36" "updated_at" => string(19) "2024-07-02 09:56:12" "social_media_url_1" => string(42) "https://www.instagram.com/saarbruecken.de/" "social_media_url_2" => string(41) "https://www.facebook.com/saarbruecken.de/" "social_media_url_3" => string(55) "https://www.youtube.com/user/StadtSaarbruecken/featured" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 1 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(0) "" "contact_phone" => string(0) "" "hide_data_correction" => integer 0 ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "client" protected _object_plural => string(7) "clients" protected _table_name => string(7) "clients" protected _table_columns => array(21) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "enable_varnish" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "enable_varnish" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "layout" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "layout" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "default_language_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(19) "default_language_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_1" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_2" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_3" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_4" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_4" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "orientation" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "orientation" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_print" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "show_print" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "button_style" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "button_style" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer_headline" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "footer_headline" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_mail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "contact_mail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_phone" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "contact_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_data_correction" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "hide_data_correction" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 50 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)protected _language => object Model_Language(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "client" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)protected _language_iso_639_1 => NULL protected _page_version_blocks => array(9) ( 0 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940004 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 1 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940004 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 1 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940004 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940005 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 2 "created_at" => string(19) "2026-06-09 11:51:09" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940005 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 2 "created_at" => string(19) "2026-06-09 11:51:09" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940005 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940006 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 3 "created_at" => string(19) "2026-06-09 11:51:09" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940006 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 3 "created_at" => string(19) "2026-06-09 11:51:09" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940006 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940007 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 4 "created_at" => string(19) "2026-06-09 11:51:09" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940007 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 4 "created_at" => string(19) "2026-06-09 11:51:09" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940007 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940008 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 5 "created_at" => string(19) "2026-06-09 11:51:09" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940008 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 5 "created_at" => string(19) "2026-06-09 11:51:09" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940008 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940009 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 6 "created_at" => string(19) "2026-06-09 11:51:10" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940009 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 6 "created_at" => string(19) "2026-06-09 11:51:10" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940009 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940003 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 7 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940003 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Card_Row" "position" => integer 7 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940003 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)7 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940002 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Icon_Box" "position" => integer 8 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940002 "version_id" => integer 321551 "container" => string(7) "content" "component" => string(18) "Component_Icon_Box" "position" => integer 8 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:05:11" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940002 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)8 => object Model_Page_Version_Block(45){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1940001 "version_id" => integer 321551 "container" => string(11) "page_teaser" "component" => string(16) "Component_Teaser" "position" => integer 1 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1940001 "version_id" => integer 321551 "container" => string(11) "page_teaser" "component" => string(16) "Component_Teaser" "position" => integer 1 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1940001 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _full_slug => string(16) "kultur/festivals" protected _callback_params => array(4) ( "fax:+49 681 905" => string(4) "4956" "layout" => array(2) ( "content" => array(8) ( 1940004 => array(1) ( 0 => array(2) ( "id" => integer 1940004 "component" => string(18) "Component_Card_Row" ) ) 1940005 => array(1) ( 0 => array(2) ( "id" => integer 1940005 "component" => string(18) "Component_Card_Row" ) ) 1940006 => array(1) ( 0 => array(2) ( "id" => integer 1940006 "component" => string(18) "Component_Card_Row" ) ) 1940007 => array(1) ( 0 => array(2) ( "id" => integer 1940007 "component" => string(18) "Component_Card_Row" ) ) 1940008 => array(1) ( 0 => array(2) ( "id" => integer 1940008 "component" => string(18) "Component_Card_Row" ) ) 1940009 => array(1) ( 0 => array(2) ( "id" => integer 1940009 "component" => string(18) "Component_Card_Row" ) ) 1940003 => array(1) ( 0 => array(2) ( "id" => integer 1940003 "component" => string(18) "Component_Card_Row" ) ) 1940002 => array(1) ( 0 => array(2) ( "id" => integer 1940002 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1940001 "component" => string(16) "Component_Teaser" ) ) ) "_block_id" => integer 1940002 "_container" => string(7) "content" ) protected _preview => bool FALSE protected _page => object Model_Page(51){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 11875 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078d97d0be7" "scope" => string(4) "main" "live_version_id" => integer 321551 "lft" => integer 3325 "rgt" => integer 3380 "level" => integer 2 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "slug" => string(9) "festivals" "full_slug" => string(16) "kultur/festivals" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:54:47" "updated_at" => string(19) "2026-06-22 14:08:13" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 11875 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078d97d0be7" "scope" => string(4) "main" "live_version_id" => integer 321551 "lft" => integer 3325 "rgt" => integer 3380 "level" => integer 2 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "slug" => string(9) "festivals" "full_slug" => string(16) "kultur/festivals" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:54:47" "updated_at" => string(19) "2026-06-22 14:08:13" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)protected _page_version => object Model_Page_Version(45){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 11875 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => object Model_Page_Version(45){ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _has_many => array(1) ( "blocks" => array(4) ( "foreign_key" => string(10) "version_id" "through" => NULL "far_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => integer 321551 "page_id" => integer 11875 "state" => string(4) "LIVE" "meta_description" => string(127) "Etablierte Veranstaltungen treffen in Saarbrücken auf neue Szenefestivals und sorgen für ein facettenreiches Festivalangebot" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => integer 1 "slug" => string(9) "festivals" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 31 "created_by_user_id" => integer 1 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:08:15" "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => integer 321551 "page_id" => integer 11875 "state" => string(4) "LIVE" "meta_description" => string(127) "Etablierte Veranstaltungen treffen in Saarbrücken auf neue Szenefestivals und sorgen für ein facettenreiches Festivalangebot" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => integer 1 "slug" => string(9) "festivals" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 31 "created_by_user_id" => integer 1 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:08:15" "user_contexts" => NULL ) protected _related => array(1) ( "page" => object Model_Page(51)protected _roles => array(0) }{ protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 11875 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078d97d0be7" "scope" => string(4) "main" "live_version_id" => integer 321551 "lft" => integer 3325 "rgt" => integer 3380 "level" => integer 2 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "slug" => string(9) "festivals" "full_slug" => string(16) "kultur/festivals" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:54:47" "updated_at" => string(19) "2026-06-22 14:08:13" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 11875 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078d97d0be7" "scope" => string(4) "main" "live_version_id" => integer 321551 "lft" => integer 3325 "rgt" => integer 3380 "level" => integer 2 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "slug" => string(9) "festivals" "full_slug" => string(16) "kultur/festivals" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:54:47" "updated_at" => string(19) "2026-06-22 14:08:13" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "page_version" protected _object_plural => string(13) "page_versions" protected _table_name => string(13) "page_versions" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target_page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "target_page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "embed_page" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "embed_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 321551 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 11875 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _roles => array(0) }{ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "page_version" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(3) ( "blame" => object Behaviour_Blame(7){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"fix_emptyversion" => object Behaviour_Fix_Emptyversion(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _has_many => array(1) ( "blocks" => array(4) ( "foreign_key" => string(10) "version_id" "through" => NULL "far_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => integer 321551 "page_id" => integer 11875 "state" => string(4) "LIVE" "meta_description" => string(127) "Etablierte Veranstaltungen treffen in Saarbrücken auf neue Szenefestivals und sorgen für ein facettenreiches Festivalangebot" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => integer 1 "slug" => string(9) "festivals" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 31 "created_by_user_id" => integer 1 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:08:15" "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => integer 321551 "page_id" => integer 11875 "state" => string(4) "LIVE" "meta_description" => string(127) "Etablierte Veranstaltungen treffen in Saarbrücken auf neue Szenefestivals und sorgen für ein facettenreiches Festivalangebot" "meta_keywords" => string(0) "" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => integer 1 "slug" => string(9) "festivals" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 31 "created_by_user_id" => integer 1 "created_at" => string(19) "2026-06-09 11:51:08" "updated_at" => string(19) "2026-06-22 14:08:15" "user_contexts" => NULL ) protected _related => array(1) ( "page" => object Model_Page(51)private componentSorter => object Helper_Componentsorter(1){ protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 11875 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078d97d0be7" "scope" => string(4) "main" "live_version_id" => integer 321551 "lft" => integer 3325 "rgt" => integer 3380 "level" => integer 2 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "slug" => string(9) "festivals" "full_slug" => string(16) "kultur/festivals" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:54:47" "updated_at" => string(19) "2026-06-22 14:08:13" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 11875 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078d97d0be7" "scope" => string(4) "main" "live_version_id" => integer 321551 "lft" => integer 3325 "rgt" => integer 3380 "level" => integer 2 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(9) "Festivals" "navigation_name" => string(0) "" "slug" => string(9) "festivals" "full_slug" => string(16) "kultur/festivals" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:54:47" "updated_at" => string(19) "2026-06-22 14:08:13" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(12) "page_version" protected _object_plural => string(13) "page_versions" protected _table_name => string(13) "page_versions" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target_page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "target_page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "embed_page" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "embed_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 321551 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ protected _has_one => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "type" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 11875 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _roles => array(0) }{ public last_query => string(684) "SELECT file.id AS id, file.client_id AS client_id, file.name AS name, file.directory AS directory, file.filename AS filename, fi …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "page_version" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(3) ( "blame" => object Behaviour_Blame(7){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"fix_emptyversion" => object Behaviour_Fix_Emptyversion(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ private pageinfo => object Helper_Pageinfo(6)private pageinfo => object Helper_Pageinfo(6){ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "www.sb-staging.de" private path => string(42) "/kultur/festivals/fax:+49%20681%20905-4956" private pageId => integer 0 }}{ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "www.sb-staging.de" private path => string(42) "/kultur/festivals/fax:+49%20681%20905-4956" private pageId => integer 0 }private urlBuilder => object Helper_UrlBuilder(4){ private pageinfo => object Helper_Pageinfo(6)}{ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "www.sb-staging.de" private path => string(42) "/kultur/festivals/fax:+49%20681%20905-4956" private pageId => integer 0 }private appUserHelper => object Helper_App_User(0){ }private protocol => string(6) "https:" private appUserPath => string(8) "app/user" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(37) "kultur/festivals/fax:+49 681 905-4956" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(37) "kultur/festivals/fax:+49 681 905-4956" "language_iso_639_1" => string(2) "de" "page_version_id" => integer 321551 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(0) }1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(37) "kultur/festivals/fax:+49 681 905-4956" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(37) "kultur/festivals/fax:+49 681 905-4956" "language_iso_639_1" => string(2) "de" "page_version_id" => integer 321551 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(0) }78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
DOCROOT/index.php [ 123 ] » Request->execute()
118 /** 119 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 120 * If no source is specified, the URI will be automatically detected. 121 */ 122 echo Request::factory(TRUE, array(), FALSE) 123 ->execute() 124 ->send_headers(TRUE) 125 ->body(); 126 } 127 128 /**
Environment
Included files (515)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
APPPATH/config/environment.php |
APPPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.php |
MODPATH/synergy/core/init.php |
MODPATH/synergy/core/classes/File.php |
MODPATH/synergy/core/classes/Motor/File.php |
SYSPATH/classes/Kohana/File.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
MODPATH/autoload.php |
MODPATH/composer/autoload_real.php |
MODPATH/composer/ClassLoader.php |
MODPATH/composer/autoload_static.php |
MODPATH/symfony/polyfill-php80/bootstrap.php |
MODPATH/symfony/polyfill-ctype/bootstrap.php |
MODPATH/symfony/polyfill-ctype/bootstrap80.php |
MODPATH/symfony/polyfill-mbstring/bootstrap.php |
MODPATH/symfony/polyfill-mbstring/bootstrap80.php |
MODPATH/symfony/deprecation-contracts/function.php |
MODPATH/react/promise/src/functions_include.php |
MODPATH/react/promise/src/functions.php |
MODPATH/symfony/polyfill-intl-grapheme/bootstrap.php |
MODPATH/symfony/polyfill-intl-normalizer/bootstrap.php |
MODPATH/symfony/polyfill-intl-normalizer/bootstrap80.php |
MODPATH/symfony/string/Resources/functions.php |
MODPATH/swiftmailer/swiftmailer/lib/swift_required.php |
MODPATH/swiftmailer/swiftmailer/lib/classes/Swift.php |
MODPATH/symfony/polyfill-php73/bootstrap.php |
MODPATH/zendframework/zend-cache/autoload/patternPluginManagerPolyfill.php |
MODPATH/zendframework/zend-servicemanager/src/ServiceManager.php |
MODPATH/zendframework/zend-servicemanager/src/ServiceLocatorInterface.php |
MODPATH/psr/container/src/ContainerInterface.php |
MODPATH/container-interop/container-interop/src/Interop/Container/ContainerInterface.php |
MODPATH/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerV3Polyfill.php |
MODPATH/zendframework/zend-servicemanager/src/AbstractPluginManager.php |
MODPATH/zendframework/zend-servicemanager/src/PluginManagerInterface.php |
MODPATH/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerTrait.php |
MODPATH/elasticsearch/elasticsearch/src/autoload.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/HotThreads.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AbstractEndpoint.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Info.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Stats.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Usage.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/GetSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PutSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ClearCache.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsType.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Upgrade.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/PutScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetSource.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ExistsSource.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/ListTasks.php |
MODPATH/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
MODPATH/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php |
SYSPATH/classes/Log/File.php |
SYSPATH/classes/Kohana/Log/File.php |
SYSPATH/classes/Log/Writer.php |
SYSPATH/classes/Kohana/Log/Writer.php |
SYSPATH/classes/Config/File.php |
SYSPATH/classes/Kohana/Config/File.php |
SYSPATH/classes/Kohana/Config/File/Reader.php |
SYSPATH/classes/Kohana/Config/Reader.php |
SYSPATH/classes/Kohana/Config/Source.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
MODPATH/synergy/core/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
MODPATH/synergy/core/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
APPPATH/config/modules.php |
DOCROOT/modules/app.saarbruecken.de/init.php |
MODPATH/synergy/backend/classes/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule.php |
SYSPATH/i18n/en.php |
MODPATH/synergy/core/i18n/en.php |
MODPATH/synergy/backend/classes/Rule/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule/Rule.php |
MODPATH/synergy/backend/classes/Rule/Action/Select.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Select.php |
MODPATH/synergy/backend/classes/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Rule/Action/Checkbox.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Checkbox.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/backend/user.php |
MODPATH/synergy/backend/classes/Component.php |
MODPATH/synergy/backend/classes/Motor/Component.php |
MODPATH/synergy/backend/classes/Component/Component.php |
MODPATH/synergy/backend/classes/Motor/Component/Component.php |
DOCROOT/modules/_base/config/components.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/backend/general.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/app_dashboard.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/general_topics.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/shortcuts.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/articles.php |
DOCROOT/modules/digitales_gedenken/init.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Data/Correction.php |
DOCROOT/modules/_base/classes/Model/Base.php |
MODPATH/synergy/core/classes/Model/Motor/Base.php |
MODPATH/synergy/core/classes/ORM.php |
MODPATH/koseven/koseven/modules/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
MODPATH/synergy/core/classes/Trait/Orm/Rule.php |
MODPATH/synergy/core/classes/Trait/Orm/Paginate.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Person.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Location.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Location/Synonym.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Siglen.php |
DOCROOT/modules/einkaufen.saarbruecken.de/init.php |
APPPATH/i18n/en/frontend/sb/saarbruecken_einkaufen.php |
DOCROOT/modules/geniessen.saarbruecken.de/init.php |
APPPATH/i18n/en/frontend/sb/saarbruecken_geniessen.php |
DOCROOT/modules/saarbahn.de/init.php |
DOCROOT/modules/saarbruecker-stadtwerke.de/init.php |
DOCROOT/modules/_base/init.php |
MODPATH/synergy/core/classes/Event/Dispatcher.php |
MODPATH/synergy/core/classes/Motor/Event/Dispatcher.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
MODPATH/synergy/social-media/config/event_dispatcher.php |
DOCROOT/modules/_base/config/event_dispatcher.php |
DOCROOT/modules/_base/i18n/en/frontend/component/maengelmelder.php |
DOCROOT/modules/_base/classes/Model/Maengelmelder/Quarter.php |
DOCROOT/modules/_base/i18n/en/backend/component/maengelmelder.php |
DOCROOT/modules/_base/classes/Model/Maengelmelder/Category.php |
APPPATH/i18n/en/frontend/component/hrs/form.php |
DOCROOT/modules/_base/i18n/en/backend/component/hero/banner.php |
DOCROOT/modules/app_teaser/init.php |
DOCROOT/modules/app_teaser/i18n/en/app_teaser.php |
DOCROOT/modules/componentpopupoverride/init.php |
MODPATH/synergy/conversation/config/plugin_conversation.php |
DOCROOT/modules/_base/config/plugin_conversation.php |
DOCROOT/modules/delivery-service/init.php |
DOCROOT/modules/saarvv_reports/init.php |
DOCROOT/modules/saarvv_reports/i18n/en/saarvv_reports/general.php |
DOCROOT/modules/_sb_migrate/init.php |
DOCROOT/modules/sms_parking/init.php |
DOCROOT/modules/sms_parking/i18n/en/sms_parking/general.php |
DOCROOT/modules/trash_calculator/init.php |
DOCROOT/modules/trash_calendar/init.php |
DOCROOT/modules/trash_calendar/i18n/en/trash_calendar/general.php |
DOCROOT/modules/visit-location/init.php |
DOCROOT/modules/visit-location/i18n/en/gastro_search.php |
DOCROOT/modules/visit-location/i18n/en/gastro_detail.php |
DOCROOT/modules/visit-location/i18n/en/poi_search.php |
DOCROOT/modules/visit-location/i18n/en/poi_detail.php |
DOCROOT/modules/visit-location/i18n/en/tour_search.php |
DOCROOT/modules/visit-location/i18n/en/tour_detail.php |
DOCROOT/modules/visit-location/i18n/en/tour_mytour_list.php |
DOCROOT/modules/visit-location/i18n/en/tour_mytour_detail.php |
DOCROOT/modules/top_tips/init.php |
DOCROOT/modules/top_tips/i18n/en/top_tips/general.php |
DOCROOT/modules/towed-vehicles/init.php |
DOCROOT/modules/towed-vehicles/i18n/en/towed_vehicle.php |
DOCROOT/modules/random_suggestions/init.php |
DOCROOT/modules/random_suggestions/i18n/en/random_suggestions/general.php |
DOCROOT/modules/redirects/init.php |
DOCROOT/modules/redirects/i18n/en/redirect/redirect.php |
DOCROOT/modules/rent_calculator/init.php |
DOCROOT/modules/rent_calculator/i18n/en/rent_calculator/general.php |
DOCROOT/modules/hg_synergy/polls/init.php |
DOCROOT/modules/hg_synergy/polls/i18n/en/component/poll/show.php |
DOCROOT/modules/hg_synergy/polls/classes/Model/Poll.php |
MODPATH/synergy/accomodation/init.php |
MODPATH/synergy/address/init.php |
MODPATH/synergy/allocation-plan/init.php |
MODPATH/synergy/component-generic/init.php |
MODPATH/synergy/component-responsive/init.php |
MODPATH/synergy/construction-site/init.php |
MODPATH/synergy/conversation/init.php |
MODPATH/synergy/conversation/config/event_plugin_conversation.php |
MODPATH/synergy/downloads-with-preview-image/init.php |
MODPATH/synergy/dummy/init.php |
MODPATH/synergy/event/init.php |
MODPATH/synergy/formbuilder/init.php |
MODPATH/synergy/fulltext/init.php |
MODPATH/synergy/glossary/init.php |
MODPATH/synergy/littersort/init.php |
MODPATH/synergy/movie-database/init.php |
MODPATH/synergy/newsletter/init.php |
MODPATH/synergy/points-of-interest/init.php |
MODPATH/synergy/recaptcha-invisible/init.php |
MODPATH/synergy/shariff/init.php |
MODPATH/synergy/share-this-page/init.php |
MODPATH/synergy/shortlink/init.php |
MODPATH/synergy/slideshow-simple/init.php |
MODPATH/synergy/backend/i18n/de/backend/component.php |
DOCROOT/modules/_base/i18n/de/backend/component.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/backend/component.php |
DOCROOT/modules/digitales_gedenken/i18n/de/backend/component.php |
MODPATH/synergy/core/i18n/de.php |
MODPATH/synergy/slideshow-simple/i18n/de/backend/component/slideshow.php |
MODPATH/synergy/backend/i18n/de/backend/core.php |
MODPATH/synergy/event/i18n/de/backend/core.php |
DOCROOT/modules/delivery-service/i18n/de/backend/core.php |
DOCROOT/modules/_base/i18n/de/backend/core.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/backend/core.php |
MODPATH/synergy/slideshow-simple/i18n/de/backend/cms/slideshow.php |
MODPATH/synergy/snippetable/init.php |
MODPATH/synergy/social-media/init.php |
MODPATH/synergy/wedding-dates/init.php |
MODPATH/synergy/wedding-dates/i18n/de/backend/wedding_date.php |
MODPATH/synergy/youtube/init.php |
MODPATH/synergy/youtube/i18n/de/backend/youtube.php |
MODPATH/synergy/backend/init.php |
MODPATH/synergy/backend/i18n/de/backend/address.php |
DOCROOT/modules/_base/i18n/de/backend/address.php |
MODPATH/synergy/backend/i18n/de/backend/admin.php |
MODPATH/synergy/backend/i18n/de/backend/media.php |
DOCROOT/modules/_base/i18n/de/backend/media.php |
MODPATH/synergy/backend/i18n/de/backend/page.php |
MODPATH/synergy/backend/i18n/de/module/article.php |
MODPATH/synergy/email/init.php |
MODPATH/synergy/migrations/init.php |
MODPATH/synergy/migrations/classes/Flexiblemigrations.php |
MODPATH/synergy/migrations/classes/Kohana/Flexiblemigrations.php |
MODPATH/synergy/migrations/config/config.php |
MODPATH/synergy/pdf/init.php |
MODPATH/synergy/php7-migration/init.php |
MODPATH/synergy/smarty/classes/View.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache.php |
MODPATH/koseven/koseven/modules/cache/config/cache.php |
MODPATH/synergy/core/config/cache.php |
APPPATH/config/cache.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache/File.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache/File.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache/GarbageCollect.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache/GarbageCollect.php |
MODPATH/synergy/core/classes/Request.php |
SYSPATH/classes/Kohana/Request.php |
SYSPATH/classes/HTTP/Request.php |
SYSPATH/classes/Kohana/HTTP/Request.php |
SYSPATH/classes/HTTP/Message.php |
SYSPATH/classes/Kohana/HTTP/Message.php |
MODPATH/synergy/core/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/HTTP/Header.php |
SYSPATH/classes/Kohana/HTTP/Header.php |
SYSPATH/classes/Request/Client/Internal.php |
SYSPATH/classes/Kohana/Request/Client/Internal.php |
MODPATH/synergy/core/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
DOCROOT/modules/_base/classes/Controller/Page.php |
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php |
DOCROOT/modules/_base/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
MODPATH/synergy/core/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
MODPATH/synergy/varnish-cache/classes/Trait/VarnishControllerTemplate.php |
MODPATH/synergy/varnish-cache/classes/Trait/VarnishPage.php |
MODPATH/synergy/smarty/classes/Smarty/Wrapper.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/Wrapper.php |
MODPATH/synergy/smarty/config/smarty.php |
DOCROOT/modules/_base/config/smarty.php |
DOCROOT/modules/_base/classes/Helper/Domain.php |
MODPATH/synergy/backend/classes/Model/Domain.php |
MODPATH/synergy/core/classes/Event.php |
MODPATH/synergy/core/classes/Motor/Event.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
DOCROOT/modules/_base/classes/Behaviour.php |
SYSPATH/classes/Text.php |
SYSPATH/classes/Kohana/Text.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
SYSPATH/utf8/ucfirst.php |
MODPATH/synergy/core/classes/Behaviour/Search.php |
MODPATH/synergy/core/classes/Behaviour/Client.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
MODPATH/koseven/koseven/modules/database/classes/Database.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database.php |
MODPATH/koseven/koseven/modules/database/config/database.php |
DOCROOT/modules/digitales_gedenken/config/database.php |
APPPATH/config/database.php |
MODPATH/synergy/core/classes/Database/PDO.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/PDO.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Result/Cached.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Result/Cached.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Result.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Result.php |
MODPATH/koseven/koseven/modules/database/classes/DB.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/DB.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Select.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Where.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query.php |
DOCROOT/modules/_base/classes/Model/Client.php |
DOCROOT/modules/_base/classes/Model/Base/Client.php |
MODPATH/synergy/backend/config/project.php |
MODPATH/synergy/points-of-interest/config/project.php |
MODPATH/synergy/event/config/project.php |
DOCROOT/modules/visit-location/config/project.php |
DOCROOT/modules/_base/config/project.php |
DOCROOT/modules/einkaufen.saarbruecken.de/config/project.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/config/session.php |
MODPATH/koseven/koseven/modules/database/config/session.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
DOCROOT/modules/_base/classes/Model/Language.php |
DOCROOT/modules/_base/classes/Helper/Pageinfo.php |
MODPATH/synergy/core/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
DOCROOT/modules/_base/classes/Model/Page.php |
MODPATH/synergy/core/classes/Model/Motor/Nested.php |
MODPATH/synergy/nested-set/classes/Kohana/ORM/Nested/Sets.php |
DOCROOT/modules/_base/classes/Behaviour/Implode.php |
DOCROOT/modules/_base/classes/Behaviour/Fulltext.php |
DOCROOT/modules/_base/classes/Behaviour/Translation.php |
MODPATH/synergy/backend/classes/Behaviour/Workflow.php |
MODPATH/synergy/core/classes/Behaviour/Tracking.php |
MODPATH/synergy/core/classes/Behaviour/Uniqid.php |
DOCROOT/modules/_base/classes/Model/Page/Version.php |
MODPATH/synergy/core/classes/Behaviour/Blame.php |
DOCROOT/modules/_base/classes/Behaviour/Fix/Emptyversion.php |
DOCROOT/modules/_base/config/dependent_languages.php |
DOCROOT/modules/app.saarbruecken.de/classes/Helper/Componentsorter.php |
DOCROOT/modules/_base/classes/Model/Client/Default/Page.php |
SYSPATH/config/url.php |
DOCROOT/modules/_base/config/url.php |
APPPATH/config/url.php |
MODPATH/synergy/varnish-cache/classes/Helper/Varnish.php |
MODPATH/synergy/core/classes/Motor/Auth.php |
APPPATH/config/auth_user.php |
MODPATH/synergy/backend/classes/Motor/Auth/User.php |
MODPATH/koseven/koseven/modules/auth/config/auth.php |
APPPATH/config/auth.php |
DOCROOT/modules/_base/classes/Helper/UrlBuilder.php |
DOCROOT/modules/app.saarbruecken.de/classes/Helper/App/User.php |
APPPATH/config/app_banner.php |
MODPATH/synergy/backend/config/default_pages.php |
MODPATH/synergy/share-this-page/config/default_pages.php |
MODPATH/synergy/share-this-page/i18n/de/plugin/share_this_page.php |
MODPATH/synergy/newsletter/config/default_pages.php |
MODPATH/synergy/newsletter/i18n/de/plugin/newsletter.php |
MODPATH/synergy/fulltext/config/default_pages.php |
MODPATH/synergy/fulltext/i18n/de/plugin/fulltext.php |
DOCROOT/modules/_base/config/default_pages.php |
DOCROOT/modules/_base/i18n/de/project.php |
DOCROOT/modules/_base/i18n/de/backend/component/event/lslist.php |
DOCROOT/modules/max-ophuels-preis.de/config/default_pages.php |
DOCROOT/modules/_base/i18n/de/backend/component/movie/favlist.php |
DOCROOT/modules/einkaufen.saarbruecken.de/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/backend/general.php |
DOCROOT/modules/digitales_gedenken/config/default_pages.php |
DOCROOT/modules/digitales_gedenken/i18n/de/backend/victims.php |
DOCROOT/modules/app.saarbruecken.de/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/app.php |
DOCROOT/modules/visit-location/i18n/de/tours.php |
MODPATH/synergy/backend/classes/Model/Page/Version/Block.php |
DOCROOT/modules/_base/classes/Model/Component/Teaser.php |
MODPATH/synergy/component-responsive/classes/Model/Component/Responsive.php |
MODPATH/synergy/component-responsive/classes/Synergy/Model/Component/Responsive.php |
MODPATH/synergy/core/classes/Model/Component/Base.php |
MODPATH/synergy/core/classes/Model/Component/Motor/Base.php |
MODPATH/synergy/component-responsive/classes/Trait/Model/Responsive/Images.php |
MODPATH/synergy/component-responsive/classes/Trait/Model/Responsive/Grid.php |
MODPATH/synergy/component-responsive/classes/Responsive/Images.php |
MODPATH/synergy/component-responsive/config/responsive_images.php |
DOCROOT/modules/_base/config/responsive_images.php |
MODPATH/synergy/core/classes/Behaviour/Attachment.php |
MODPATH/synergy/core/classes/Model/Attachment.php |
MODPATH/synergy/core/classes/Model/Motor/Attachment.php |
DOCROOT/modules/_base/classes/Model/Page/Advertisement.php |
DOCROOT/modules/_base/classes/Helper/Page.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Join.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Join.php |
MODPATH/synergy/core/classes/Page/Settings.php |
DOCROOT/modules/_base/classes/Helper/Weather.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/Weather.php |
DOCROOT/modules/_base/classes/Helper/Navigation.php |
SYSPATH/config/user_agents.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/App/User/Session.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/Sort.php |
DOCROOT/modules/_base/classes/Model/Component/Card/Row.php |
DOCROOT/modules/_base/classes/Controller/Frontend/Component/Card/Row.php |
MODPATH/synergy/component-generic/classes/Controller/Frontend/Component/Generic/Base.php |
MODPATH/synergy/backend/classes/Controller/Frontend/Form.php |
DOCROOT/modules/_base/classes/Controller/Frontend/Template.php |
MODPATH/synergy/core/classes/Controller/Motor/Frontend/Template.php |
DOCROOT/modules/_base/config/component_card_row.php |
MODPATH/synergy/core/classes/Fractalizer.php |
MODPATH/league/fractal/src/Manager.php |
DOCROOT/modules/hg_synergy/polls/config/varnish.php |
DOCROOT/modules/redirects/config/varnish.php |
DOCROOT/modules/delivery-service/config/varnish.php |
DOCROOT/modules/app_teaser/config/varnish.php |
DOCROOT/modules/_base/config/varnish.php |
DOCROOT/modules/digitales_gedenken/config/varnish.php |
DOCROOT/modules/app.saarbruecken.de/config/varnish.php |
APPPATH/config/varnish.php |
DOCROOT/modules/_base/classes/Model/Component/Card/Row/Entry.php |
MODPATH/synergy/component-responsive/classes/Model/Responsive.php |
MODPATH/synergy/component-responsive/classes/Synergy/Model/Responsive.php |
MODPATH/synergy/backend/classes/Behaviour/Page/Link/Multiple.php |
MODPATH/synergy/backend/classes/Behaviour/Page/Link.php |
DOCROOT/modules/_base/classes/Behaviour/Multiple/Hasmany.php |
MODPATH/synergy/backend/classes/Model/Page/Link.php |
DOCROOT/modules/_base/classes/Helper/Link.php |
MODPATH/synergy/backend/config/page_link.php |
MODPATH/synergy/movie-database/config/page_link.php |
MODPATH/synergy/event/config/page_link.php |
DOCROOT/modules/_base/config/page_link.php |
MODPATH/synergy/backend/classes/Helper/Task.php |
DOCROOT/modules/_base/classes/Model/File.php |
MODPATH/synergy/backend/classes/Model/Motor/File.php |
MODPATH/synergy/core/classes/Behaviour/Category.php |
MODPATH/synergy/backend/classes/Behaviour/Tag.php |
DOCROOT/modules/_base/classes/Helper/Opengraph.php |
MODPATH/synergy/backend/classes/Helper/Metatag.php |
MODPATH/synergy/core/classes/Fractal/Transformer/Attachment.php |
MODPATH/league/fractal/src/TransformerAbstract.php |
MODPATH/synergy/backend/classes/Fractal/Transformer/Page/Link.php |
MODPATH/smarty/smarty/libs/Smarty.class.php |
MODPATH/smarty/smarty/libs/Autoloader.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_resource.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_variable.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_template_source.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
APPPATH/cache/smarty/compile/454293a42895e2e01acea197c016940d3049f51d_0.file.row.tpl.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php |
APPPATH/cache/smarty/compile/4c4f92516dd657d6212e6c55d2ee6386862ad41d_0.file.item.tpl.php |
MODPATH/synergy/smarty/plugins/functions/function.render_component.php |
MODPATH/synergy/smarty/plugins/modifiers/modifier.https.php |
MODPATH/synergy/smarty/plugins/blocks/block.a.php |
MODPATH/synergy/smarty/plugins/functions/function.render_attachment.php |
MODPATH/synergy/smarty/classes/ImageRenderer.php |
MODPATH/synergy/smarty/classes/Synergy/Imagerenderer.php |
MODPATH/synergy/core/classes/Image.php |
MODPATH/koseven/koseven/modules/image/classes/Kohana/Image.php |
MODPATH/koseven/koseven/modules/image/config/image.php |
MODPATH/synergy/backend/config/image.php |
DOCROOT/modules/_base/config/image.php |
MODPATH/synergy/core/classes/Image/Imagick.php |
MODPATH/koseven/koseven/modules/image/classes/Kohana/Image/Imagick.php |
MODPATH/synergy/smarty/classes/HTML.php |
MODPATH/synergy/smarty/classes/Synergy/HTML.php |
SYSPATH/classes/Kohana/HTML.php |
MODPATH/synergy/smarty/classes/Ksmarty.php |
MODPATH/synergy/smarty/classes/Synergy/Ksmarty.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php |
MODPATH/synergy/smarty/plugins/outputfilters/outputfilter.js_collector.php |
MODPATH/synergy/smarty/plugins/outputfilters/outputfilter.css_collector.php |
DOCROOT/modules/_base/smarty/plugins/outputfilters/outputfilter.file_versioning.php |
DOCROOT/modules/_base/classes/Helper/Version.php |
DOCROOT/modules/_base/classes/Model/Component/Icon/Box.php |
DOCROOT/modules/_base/classes/Controller/Frontend/Component/Icon/Box.php |
DOCROOT/modules/_base/classes/Model/Component/Icon/Box/Entry.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
MODPATH/synergy/core/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
APPPATH/views/kohana/error.php |
Loaded extensions (45)
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
ctype |
curl |
dom |
fileinfo |
filter |
hash |
iconv |
json |
mbstring |
SPL |
session |
PDO |
pdo_sqlite |
standard |
posix |
random |
readline |
Reflection |
Phar |
SimpleXML |
tokenizer |
xml |
xmlreader |
xmlwriter |
mysqlnd |
cgi-fcgi |
apcu |
bcmath |
exif |
gd |
imagick |
intl |
memcached |
mysqli |
pdo_mysql |
sodium |
zip |
Zend OPcache |
$_SERVER
NVM_INC |
string(46) "/root/.nvm/versions/node/v20.18.0/include/node"
|
HOSTNAME |
string(12) "852ff50f2617"
|
PHP_VERSION |
string(6) "8.4.23"
|
PHP_INI_DIR |
string(18) "/usr/local/etc/php"
|
GPG_KEYS |
string(122) "AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
|
PHP_LDFLAGS |
string(12) "-Wl,-O1 -pie"
|
PWD |
string(13) "/var/www/html"
|
MOBILITHEK_USER |
string(0) ""
|
HOME |
string(8) "/var/www"
|
PHP_SHA256 |
string(64) "1ab9f52008414e43bb2427ffa288eff2a4de39e1a830f957e800ba368d887a72"
|
PHPIZE_DEPS |
string(76) "autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c"
|
NVM_DIR |
string(10) "/root/.nvm"
|
MOBILITHEK_PASS |
string(0) ""
|
PHP_URL |
string(51) "https://www.php.net/distributions/php-8.4.23.tar.xz"
|
SHLVL |
string(1) "0"
|
NVM_CD_FLAGS |
string(0) ""
|
PHP_CFLAGS |
string(83) "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
PATH |
string(98) "/root/.nvm/versions/node/v20.18.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
NVM_BIN |
string(37) "/root/.nvm/versions/node/v20.18.0/bin"
|
PHP_ASC_URL |
string(55) "https://www.php.net/distributions/php-8.4.23.tar.xz.asc"
|
PHP_CPPFLAGS |
string(83) "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
USER |
string(8) "www-data"
|
HTTP_X_VARNISH |
string(7) "1572908"
|
HTTP_ACCEPT_ENCODING |
string(4) "gzip"
|
HTTP_VIA |
string(30) "1.1 5a7e572b7e79 (Varnish/7.5)"
|
HTTP_X_FORWARDED_FOR |
string(22) "172.19.0.1, 172.19.0.4"
|
HTTP_X_REAL_IP |
string(10) "172.19.0.1"
|
HTTP_X_FORWARDED_SERVER |
string(12) "8563dc13691c"
|
HTTP_X_FORWARDED_PROTO |
string(4) "http"
|
HTTP_X_FORWARDED_PORT |
string(2) "80"
|
HTTP_X_FORWARDED_HOST |
string(17) "www.sb-staging.de"
|
HTTP_ACCEPT |
string(3) "*/*"
|
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_HOST |
string(17) "www.sb-staging.de"
|
HTTPS |
string(0) ""
|
PATH_INFO |
string(0) ""
|
SCRIPT_FILENAME |
string(23) "/var/www/html/index.php"
|
REDIRECT_STATUS |
string(3) "200"
|
SERVER_NAME |
string(17) "www.sb-staging.de"
|
SERVER_PORT |
string(2) "80"
|
SERVER_ADDR |
string(10) "172.20.0.3"
|
REMOTE_PORT |
string(5) "40226"
|
REMOTE_ADDR |
string(10) "172.20.0.4"
|
SERVER_SOFTWARE |
string(12) "nginx/1.30.3"
|
GATEWAY_INTERFACE |
string(7) "CGI/1.1"
|
REQUEST_SCHEME |
string(4) "http"
|
SERVER_PROTOCOL |
string(8) "HTTP/1.1"
|
DOCUMENT_ROOT |
string(13) "/var/www/html"
|
DOCUMENT_URI |
string(10) "/index.php"
|
REQUEST_URI |
string(42) "/kultur/festivals/fax:+49%20681%20905-4956"
|
SCRIPT_NAME |
string(10) "/index.php"
|
CONTENT_LENGTH |
string(0) ""
|
CONTENT_TYPE |
string(0) ""
|
REQUEST_METHOD |
string(3) "GET"
|
QUERY_STRING |
string(0) ""
|
FCGI_ROLE |
string(9) "RESPONDER"
|
PHP_SELF |
string(10) "/index.php"
|
REQUEST_TIME_FLOAT |
float 1783114971.186 |
REQUEST_TIME |
integer 1783114971 |
argv |
array(0)
|
argc |
integer 0 |










